Carbon


SetIconFamilyData

Header: Icons.h Carbon status: Supported

Provides new data for a specified icon family.

OSErr SetIconFamilyData (
    IconFamilyHandle iconFamily, 
    OSType iconType, 
    Handle h
);
Parameter descriptions
iconFamily

A handle to an iconFamily data structure to be used as the target.

iconType

The format of the icon data you provide.You may specify one of the icon types (such as 'icns') or 'PICT' in this parameter.

h

A handle to the icon data you provide.

function result

A result code.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.5 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)